projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d796910
)
(XTread_socket) [USE_X_TOOLKIT]: Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Apr 1994 04:47:29 +0000
(
04:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Apr 1994 04:47:29 +0000
(
04:47
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index f2a45d6514f8581b3a453059763aa74ec6035161..9594722d52ea021de10ccd1ddafc983c3fbdb335 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4133,11
+4133,8
@@
XTread_socket (sd, bufp, numchars, waitp, expected)
{
f = x_any_window_to_frame (event.xbutton.window);
if (f && event.type == ButtonPress)
- goto OTHER;
-#if 0
construct_menu_click (&emacs_event,
&event, f);
-#endif
}
#endif /* USE_X_TOOLKIT */
}